home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0072 / read_me.bat < prev    next >
DOS Batch File  |  1997-03-23  |  432b  |  15 lines

  1. echo off
  2. cls
  3.  
  4. rem * This batch file provides a simple way to READ about:
  5. rem *
  6. rem *      FasType Microsoft Windows Typing Tutorial, v5.00
  7. rem *
  8. rem * The information you want to read is in the file README.1ST.
  9. rem * If you prefer, you can read it using any ordinary text viewer.
  10. rem * For example, if the LIST viewer is in your DOS path, you would
  11. rem * use the command 'LIST README.1ST'.
  12.  
  13. more < README.1ST
  14. pause
  15.